Skip to content

Update completable future mapping for coroutines #613

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Feb 24, 2020

Conversation

smyrick
Copy link
Contributor

@smyrick smyrick commented Feb 24, 2020

📝 Description

Use the handy method on coroutine GlobalScope to execute as a CompletableFuture instead of mapping the result. This shouldn't really change much but does make the code a little easier to read

🔗 Related Issues

N\A

Use the handy method on coroutine GlobalScope to execute as a CompletableFuture instead of mapping the result. This shouldn't really change much but does make the code a little easier to read
@smyrick smyrick added changes: patch Changes require a patch version type: refactor Code changes that have no impact on users labels Feb 24, 2020
@dariuszkuc dariuszkuc merged commit 8ff7de8 into ExpediaGroup:master Feb 24, 2020
@smyrick smyrick deleted the coroutine-refactor branch February 24, 2020 22:22
smyrick pushed a commit to smyrick/graphql-kotlin that referenced this pull request Feb 27, 2020
We made the DataFetcher nullable in this change ExpediaGroup#613, so this lines up to match the same types in graphql-java
smyrick added a commit that referenced this pull request Feb 27, 2020
We made the DataFetcher nullable in this change #613, so this lines up to match the same types in graphql-java
dariuszkuc pushed a commit to dariuszkuc/graphql-kotlin that referenced this pull request Aug 5, 2022
Use the handy method on coroutine GlobalScope to execute as a CompletableFuture instead of mapping the result. This shouldn't really change much but does make the code a little easier to read
dariuszkuc pushed a commit to dariuszkuc/graphql-kotlin that referenced this pull request Aug 5, 2022
We made the DataFetcher nullable in this change ExpediaGroup#613, so this lines up to match the same types in graphql-java
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
changes: patch Changes require a patch version type: refactor Code changes that have no impact on users
Development

Successfully merging this pull request may close these issues.

2 participants